article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
  background: #0e0e0c;
  color: #7c7e78;
  font-size: 14px;
}

a {
  color: #71746e;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

a:hover {
  color: white;
}

header {
  background: white;
  padding: 0px 0;
  text-align: center;
}


header .mobile-trigger, header #mobile-nav {
  display: none;
}
header .logo {
  width: 350px;
  height: 50px;
  margin-right: 10%;
  padding: 0;
  display: inline-block;
}
header .logo h1 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
  color: #1c1e18;
  font-size: 40px;
  text-align: center;
  height: 38px;
}

header .logo h5 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
  color: #888888;
  font-size: 16px;
  text-align: center;
}

header .logo a {
  width: inherit;
  height: inherit;
  display: inline-block;
}

header nav {
  display: inline-block;
  vertical-align: top;
  padding-top: 35px;
  width: 750px;
}

header nav h3{
  margin: 10px 0 0 0;
  font-size: 40px;
  width: 775px;
  *zoom = 1;
  line-height: 30px;
}


header ul {
  margin: 0px 0 0 0;
  padding-bottom: 10px;
  width: 750px;
}
header ul {
  *zoom: 1;
}

header ul > li {
  font-weight: bold;
  font-family: "Oswald", serif;
  color: #bd6b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  color: #71746e;
  margin-right: 35px;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  position: relative;
}

header ul > li:hover, header ul > li a:hover {
  color: #ff8645;
}



#homepage h2 {
  font-family: times;
  color: #bd6b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  color: #bd6b30;
  padding: 0 0 20px 0;
  margin: 0;
}
#homepage p{
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
}

#homepage p:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#homepage .background {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1000px;
}
#homepage .shengkai-bg {
  background: url() no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#homepage .character {
  background: #0e0e0c;
  padding: 250px 0;
}

#homepage .character-content {
  width: 1020px;
  height: 320px;
  margin: auto;
}
#homepage .shengkai{
  background: url(../img/ShengkaiWang.png) top left no-repeat;
  width: 280px;
  height: 320px;
  margin-right: 30px;
  float: left;
}

#homepage .character-info {
  width: 700px;
  height: 320px;
  display: table;
  float: left;
}
#homepage .character-info div {
  display: table-cell;
  vertical-align: middle;
}

footer {
  color: #71746e;
  border-top: 1px solid #000;
  background: black;
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
}

footer:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#global_nav {
  padding-left: 35px;
}


#CV-Content {
  padding-left: 150px;
  padding-right: 150px;
}

#CV-Content h2 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  color: #bd6b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  padding: 0 0 20px 0;
  margin: 0;
}


#CV-Content tr {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
}

#CV-Content tr:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#CV-Content li {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
}

#CV-Content li:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}


#CV-Content .background {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1000px;
}









#RESEARCH-Content h2 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  color: #bd6b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  padding: 0 0 20px 0;
  margin: 0;
}


#RESEARCH-Content p{
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
}


#RESEARCH-Content p:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}


#RESEARCH-Content .background {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1000px;
}


#RESEARCH-Content .research-bg1 {
  background: url(../PHOTOS/SolidStateLaser.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#RESEARCH-Content .research-bg2 {
  background: url(../PHOTOS/DyeLaser.jpg) no-repeat  fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#RESEARCH-Content .research-bg3 {
  background: url(../PHOTOS/ST.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#RESEARCH-Content .research-bg4 {
  background: url(../PHOTOS/Sinc.png) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#RESEARCH-Content .project {
  background: #0e0e0c;
  padding: 40px 0;
  padding-left: 150px;
  padding-right: 150px;
}

#RESEARCH-Content .project-info div {
  display: table-cell;
  vertical-align: middle;
}



























#PUBLICATIONS-Content {
  padding-left: 150px;
  padding-right: 150px;
}

#PUBLICATIONS-Content h2 {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  color: #bd6b30;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  padding: 0 0 20px 0;
  margin: 0;
}


#PUBLICATIONS-Content li {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: justify;
}

#PUBLICATIONS-Content li:hover {
  color: white;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}


#PUBLICATIONS-Content .background {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1000px;
}

#PUBLICATIONS-Content .s-bg {
  background: url(file:///Users/shengkaiwang/Documents/Entertainment/SideProjects/WebMaster/img/S.png) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}














#photo .bxslider img{
  background: black; 
  width: 900px;
  padding-left: 220px;
}

#photo li {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  letter-spacing: 1px;
  background: #0e0e0c;
  color: #7c7e78;
  font-size: 14px;
}



